From e3de4c5789143cba4c7c51495a63df0699af4ccb Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 30 May 1993 20:08:16 +0000 Subject: [PATCH] * s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here... * m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix. --- src/m/ibmrs6000.h | 2 +- src/s/aix3-2.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 2667613bb8f..a135559884a 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -117,7 +117,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define OBJECTS_MACHINE hftctl.o #define C_SWITCH_MACHINE -D_BSD -/* cdfwz@r2d2.giss.nasa.gov says -lIM -liconv is needed. */ +/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */ #define LIBS_MACHINE -lrts -lIM -liconv #define START_FILES #define HAVE_SYSVIPC diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index e789a8a7a28..45c64a17012 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -19,8 +19,3 @@ 3.2, and a cc-compiled Emacs works with this undefined. --karl@cs.umb.edu. */ #undef SYSTEM_MALLOC - -/* - IBM's X11R5 use these libraries in AIX 3.2.2. */ - -#define LIBS_SYSTEM -lIM -liconv -- 2.30.2